2008-04-15 Sven Neumann <sven@gimp.org>
* babl/babl-fish-path.c (init_path_instrumentation): this function
has no return value, declare it as void.
svn path=/trunk/; revision=306
+2008-04-15 Sven Neumann <sven@gimp.org>
+
+ * babl/babl-fish-path.c (init_path_instrumentation): this function
+ has no return value, declare it as void.
+
2008-04-13 Øyvind Kolås <pippin@gimp.org>
Applied patch from Jan Heller.
#define BABL_LEGAL_ERROR 0.000001
#define BABL_MAX_COST_VALUE 2000000
-static double
+static void
init_path_instrumentation (Babl *fmt_source,
Babl *fmt_destination);
static double reference_cost;
static int init_instrumentation_done = 0;
-static double
+static void
init_path_instrumentation (Babl *fmt_source,
Babl *fmt_destination)
{